home *** CD-ROM | disk | FTP | other *** search
- global language, cdnum
-
- on mouseUp
- unLoad()
- contents = 0
- SUPERDUPER = "0"
- Mui = new(xtra("mui"))
- mui2 = new(xtra("mui"))
- response = alert(Mui, [#buttons: #OkCancel, #default: 1, #title: "Insert CD 2", #message: "Please Insert CD #2 To Acces This game", #icon: #note])
- if response = 1 then
- transfer = 1
- myFile = new(xtra("fileio"))
- fileName = "C:\CDnum2.dat"
- repeat while transfer = 1
- if not voidp(fileName) and not (fileName = EMPTY) then
- openFile(myFile, fileName, 1)
- if status(myFile) = 0 then
- theFile = readFile(myFile)
- transfer = 0
- next repeat
- end if
- response2 = alert(mui2, [#buttons: #OkCancel, #default: 1, #title: "Insert CD 2", #message: "Please Insert CD #2 To Acces This game", #icon: #note])
- if response2 = 2 then
- transfer = 3
- end if
- end if
- end repeat
- closeFile(myFile)
- myFile = 0
- if transfer = 0 then
- play movie "Deep"
- end if
- end if
- end
-